-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update all non-major dependencies #12036
Conversation
The type error will be fixed after rollup/rollup#4846 landed. |
c3783ca
to
7bae1c1
Compare
13fa66f
to
f3652e9
Compare
1bb3e9c
to
ed5d5d1
Compare
Looks like there's a small bug in es-module-lexer before we can merge this: guybedford/es-module-lexer#148 |
0e4236d
to
6bc955f
Compare
6bc955f
to
99f6d59
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Merging this for now. We can bump es-module-lexer separately later.
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <[email protected]>
This PR contains the following updates:
^7.20.12
->^7.21.0
^7.20.13
->^7.21.2
^7.20.13
->^7.21.0
^7.20.7
->^7.21.2
^7.34.1
->^7.34.4
^18.11.18
->^18.14.0
^18.0.27
->^18.0.28
^18.0.10
->^18.0.11
^5.49.0
->^5.53.0
^5.49.0
->^5.53.0
^3.2.45
->^3.2.47
^1.3.3
->^1.3.4
^4.21.4
->^4.21.5
^3.27.2
->^3.28.0
^1.1.0
->^1.1.1
^8.33.0
->^8.34.0
^1.14.0
->^1.15.0
^1.6.0
->^1.7.0
^13.1.0
->^13.1.2
^0.29.0
->^0.30.0
^0.29.0
->^0.30.0
^1.2.7
->^1.2.8
^1.1.0
->^1.1.1
^8.4.0
->^8.4.2
^1.6.15
->^1.6.16
^1.30.0
->^1.31.1
7.26.2
->7.27.1
^6.0.0
->^6.0.1
^10.11.3
->^10.12.1
2.8.3
->2.8.4
^1.57.1
->^1.58.3
^3.2.4
->^3.2.7
^3.2.4
->^3.2.7
^5.16.2
->^5.16.4
v35.4.4
->v35.5.6
^2.0.2
->^2.0.3
^3.12.2
->^3.12.3
^1.0.1
->^1.1.0
^1.1.1
->^1.1.2
^4.1.0
->^4.1.4
^1.0.0-alpha.44
->^1.0.0-alpha.47
^0.28.3
->^0.28.5
^3.2.45
->^3.2.47
^3.2.45
->^3.2.47
^1.0.24
->^1.1.7
^8.12.0
->^8.12.1
Release Notes
babel/babel (@babel/core)
v7.21.0
Compare Source
🚀 New Feature
babel-core
,babel-helper-create-class-features-plugin
,babel-plugin-proposal-class-properties
,babel-plugin-proposal-private-methods
,babel-plugin-proposal-private-property-in-object
privateFieldsAsSymbols
assumption for classes (@fwienber)babel-helper-create-regexp-features-plugin
,babel-plugin-proposal-regexp-modifiers
,babel-standalone
babel-cli
,babel-core
,babel-generator
,babel-plugin-transform-destructuring
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-react-jsx
,babel-traverse
babel-parser
,babel-types
const
modifier in type parameters (@nicolo-ribaudo)babel-generator
,babel-helpers
,babel-parser
,babel-plugin-proposal-decorators
,babel-plugin-syntax-decorators
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
2023-01
TC39 meeting (@nicolo-ribaudo)babel-parser
new.target
outside functions (@overlookmotel)annexb: false
parser option to disable Annex B (@nicolo-ribaudo)babel-core
.cts
as configuration file (@liuxingbaoyu)babel-generator
,babel-parser
,babel-plugin-transform-typescript
export type * from
(@nicolo-ribaudo)🐛 Bug Fix
babel-plugin-transform-typescript
babel-core
babel-helper-create-class-features-plugin
,babel-plugin-proposal-class-properties
,babel-plugin-proposal-class-static-block
,babel-plugin-proposal-private-methods
,babel-plugin-transform-classes
,babel-plugin-transform-new-target
babel-parser
,babel-plugin-transform-flow-comments
,babel-plugin-transform-flow-strip-types
,babel-types
💅 Polish
babel-parser
await
as identifier" error in modules (@JLHwung)🏠 Internal
babel-core
@babel/core
(@nicolo-ribaudo)🔬 Output optimization
babel-plugin-transform-typescript
babel/babel (@babel/parser)
v7.21.2
Compare Source
v7.21.1
Compare Source
v7.21.1 (2023-02-20)
Thanks @yardenshoham for your first PR!
🐛 Bug Fix
babel-core
,babel-parser
babel-generator
sourcesContent
(@liuxingbaoyu)🏠 Internal
Note
admonition (@yardenshoham)Committers: 3
v7.21.0
Compare Source
v7.21.0 (2023-02-20)
Thanks @azizghuloum, @ehoogeveen-medweb, @fwienber, and @Lioness100 for your first PRs!
🚀 New Feature
babel-core
,babel-helper-create-class-features-plugin
,babel-plugin-proposal-class-properties
,babel-plugin-proposal-private-methods
,babel-plugin-proposal-private-property-in-object
privateFieldsAsSymbols
assumption for classes (@fwienber)babel-helper-create-regexp-features-plugin
,babel-plugin-proposal-regexp-modifiers
,babel-standalone
babel-cli
,babel-core
,babel-generator
,babel-plugin-transform-destructuring
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-react-jsx
,babel-traverse
babel-parser
,babel-types
const
modifier in type parameters (@nicolo-ribaudo)babel-generator
,babel-helpers
,babel-parser
,babel-plugin-proposal-decorators
,babel-plugin-syntax-decorators
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
2023-01
TC39 meeting (@nicolo-ribaudo)babel-parser
new.target
outside functions (@overlookmotel)annexb: false
parser option to disable Annex B (@nicolo-ribaudo)babel-core
.cts
as configuration file (@liuxingbaoyu)babel-generator
,babel-parser
,babel-plugin-transform-typescript
export type * from
(@nicolo-ribaudo)🐛 Bug Fix
babel-plugin-transform-typescript
babel-core
babel-helper-create-class-features-plugin
,babel-plugin-proposal-class-properties
,babel-plugin-proposal-class-static-block
,babel-plugin-proposal-private-methods
,babel-plugin-transform-classes
,babel-plugin-transform-new-target
babel-parser
,babel-plugin-transform-flow-comments
,babel-plugin-transform-flow-strip-types
,babel-types
💅 Polish
babel-parser
await
as identifier" error in modules (@JLHwung)🏠 Internal
babel-core
@babel/core
(@nicolo-ribaudo)🔬 Output optimization
babel-plugin-transform-typescript
Committers: 11
v7.20.15
Compare Source
v7.20.15 (2023-02-02)
👓 Spec Compliance
babel-parser
babel-generator
,babel-parser
,babel-plugin-proposal-export-namespace-from
🐛 Bug Fix
babel-plugin-transform-block-scoping
babel-parser
new (foo?.bar)()
incorrectly throws exceptionOptionalChainingNoNew
(@liuxingbaoyu)Committers: 2
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v5.53.0
Compare Source
Features
v5.52.0
Compare Source
Bug Fixes
Features
v5.51.0
Compare Source
Bug Fixes
Features
verbatimModuleSyntax
(#6394) (b14d3be)v5.50.0
Compare Source
Bug Fixes
String.prototype.length
(#5704) (09d57ce)ThisExpression
andPrivateIdentifier
errors (#6028) (85e783c)Features
key-spacing
rule extension for interface & type declarations (#6211) (67706e7)typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v5.53.0
Compare Source
Note: Version bump only for package @typescript-eslint/parser
v5.52.0
Compare Source
Note: Version bump only for package @typescript-eslint/parser
v5.51.0
Compare Source
Note: Version bump only for package @typescript-eslint/parser
v5.50.0
Compare Source
Note: Version bump only for package @typescript-eslint/parser
vuejs/core
v3.2.47
Compare Source
Bug Fixes
v3.2.46
Compare Source
Bug Fixes
Configuration
📅 Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.